'Declaration<DispIdAttribute(47)> Function AddTrueTypeFontU_2( _ ByVal FontName As String, _ ByVal Bold As Boolean, _ ByVal Italic As Boolean, _ ByVal EnableSubset As Boolean _ ) As String
[DispId(47)] string AddTrueTypeFontU_2( string FontName, bool Bold, bool Italic, bool EnableSubset )
function AddTrueTypeFontU_2(
FontName: String;
Bold: Boolean;
Italic: Boolean;
EnableSubset: Boolean
): String;
DispIdAttribute(47) function AddTrueTypeFontU_2( FontName : String, Bold : boolean, Italic : boolean, EnableSubset : boolean ) : String;
[DispId(47)] string* AddTrueTypeFontU_2( string* FontName, bool Bold, bool Italic, bool EnableSubset )
[DispId(47)] String^ AddTrueTypeFontU_2( String^ FontName, bool Bold, bool Italic, bool EnableSubset )
Parameters
- FontName
- Bold
- Italic
- EnableSubset